DataSource for Entity Framework for WPF/Silverlight
GetItemProperties(PropertyDescriptor[]) メソッド

C1.LiveLinq.LiveViews 名前空間 > ViewRowCollection クラス : GetItemProperties(PropertyDescriptor[]) メソッド
コレクション内で検索する連結可能な System.ComponentModel.PropertyDescriptorオブジェクトの配列。null を設定できます。
プログラムによる ViewRowを通じたアクセスやデータ連結のために、ビュー要素型で使用できるプロパティのコレクションを返します。
シンタックス
'宣言
 
Public Function GetItemProperties( _
   ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _
) As System.ComponentModel.PropertyDescriptorCollection
public System.ComponentModel.PropertyDescriptorCollection GetItemProperties( 
   System.ComponentModel.PropertyDescriptor[] listAccessors
)

パラメータ

listAccessors
コレクション内で検索する連結可能な System.ComponentModel.PropertyDescriptorオブジェクトの配列。null を設定できます。
解説

listAccessorsが null の場合、このメソッドは、ビュー要素型のプロパティのコレクションを返します。

null 以外の listAccessorsは、次のように階層連結のプロパティのコレクションを取得するために使用されます。 listAccessorsに含まれる要素が1つの場合は、 その要素を使用して要素型のオブジェクト値プロパティが検索され、このオブジェクト値プロパティの型を持つプロパティのコレクションが返されます。 listAccessorsに含まれる要素が2つである場合、2番目の要素は 1つ前のレベルにおけるプロパティのコレクション内でオブジェクト値プロパティを検索するために使用され、3つ以降も同様です。詳細については、 ITypedList.GetItemPropertiesを参照してください。

参照

ViewRowCollection クラス
ViewRowCollection メンバ